バージョン

Item プロパティ (RichTextObjectKeyedCollectionBase<T>)

指定された ID を持つ項目を取得します。
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal id As String _
) As T
public T this[ 
   string id
]; {get;}

パラメータ

id
取得するコレクションの項目の ID。

プロパティ値

指定した ID を持つ項目。項目がない場合は null 値。
参照